home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue29 / art_tips / ART_TIPS.ZIP / Tips / BCBuilder / AddTips.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1997-10-13  |  1.7 KB  |  53 lines

  1. //----------------------------------------------------------------------------
  2. // AddTips.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
  3. // From: AddTips.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef AddTipsHPP
  6. #define AddTipsHPP
  7. //----------------------------------------------------------------------------
  8. #include <ExtCtrls.hpp>
  9. #include <Buttons.hpp>
  10. #include <StdCtrls.hpp>
  11. #include <Controls.hpp>
  12. #include <Forms.hpp>
  13. #include <Graphics.hpp>
  14. #include <Classes.hpp>
  15. #include <SysUtils.hpp>
  16. #include <System.hpp>
  17. namespace Addtips
  18. {
  19. //-- type declarations -------------------------------------------------------
  20. class __declspec(delphiclass) TfrmAddTip;
  21. class __declspec(pascalimplementation) TfrmAddTip : public Forms::TForm
  22. {
  23.     typedef Forms::TForm inherited;
  24.     
  25. __published:
  26.     Stdctrls::TButton* OKBtn;
  27.     Stdctrls::TButton* CancelBtn;
  28.     Extctrls::TBevel* Bevel1;
  29.     Stdctrls::TMemo* Memo1;
  30.     void __fastcall FormActivate(System::TObject* p0);
  31. public:
  32.     /* TForm.Create */ __fastcall virtual TfrmAddTip(Classes::TComponent* AOwner) : Forms::TForm(AOwner
  33.         ) { }
  34.     /* TForm.CreateNew */ __fastcall TfrmAddTip(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
  35.         AOwner, Dummy) { }
  36.     /* TForm.Destroy */ __fastcall virtual ~TfrmAddTip(void) { }
  37.     
  38. public:
  39.     /* TWinControl.CreateParented */ __fastcall TfrmAddTip(HWND ParentWindow) : Forms::TForm(ParentWindow
  40.         ) { }
  41.     
  42. };
  43.  
  44. //-- var, const, procedure ---------------------------------------------------
  45. extern TfrmAddTip* frmAddTip;
  46.  
  47. }    /* namespace Addtips */
  48. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  49. using namespace Addtips;
  50. #endif
  51. //-- end unit ----------------------------------------------------------------
  52. #endif    // AddTips
  53.